com.grapecity.documents.excel Package / IWorksheet Interface / getUsedRange Method / getUsedRange(EnumSet<UsedRangeType>) Method
The feature type.
In This Topic
getUsedRange(EnumSet<UsedRangeType>) Method
In This Topic
Syntax
IRange getUsedRange( 
   java.util.EnumSet<UsedRangeType> type
)

Parameters

type
The feature type.

Return Value

the IRange object that represents the used range on thespecified worksheet.
See Also